home *** CD-ROM | disk | FTP | other *** search
/ Aminet 24 / Aminet 24 (1998)(GTI - Schatztruhe)[!][Apr 1998].iso / Aminet / util / arc / PPCUnACE.lha / PPCUnACE / source.lha / Src / Uac_crt.h < prev    next >
C/C++ Source or Header  |  1997-12-03  |  189b  |  13 lines

  1. #ifndef __uac_crt_h
  2. #define __uac_crt_h
  3.  
  4.  
  5. #include "acestruc.h"
  6.  
  7. CHAR *ace_fname(CHAR * s, thead * head, INT nopath);
  8. INT  create_dest_file(CHAR * file, INT a);
  9.  
  10.  
  11. #endif /* __uac_crt_h */
  12.  
  13.